ServiceGetServerTimeZones Method (IListString) |
Gets information from time zone definitions that are available on the Exchange server.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic GetServerTimeZonesResponse GetServerTimeZones(
IList<string> timeZoneId
)
Public Function GetServerTimeZones (
timeZoneId As IList(Of String)
) As GetServerTimeZonesResponse
Parameters
- timeZoneId
- Type: System.Collections.GenericIListString
An array of time zone definition identifiers that specifies the requested time zone definitions.
Return Value
Type:
GetServerTimeZonesResponseGetServerTimeZonesResponse.
See Also